Skip to content

Commit

Permalink
Merge pull request #65 from martincostello/Fix-Lambda-Deploy
Browse files Browse the repository at this point in the history
Fix Lambda not being deployed
  • Loading branch information
martincostello committed Jun 28, 2020
2 parents 7ba48f1 + 38405e3 commit 4763809
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -19,6 +19,8 @@ deploy:
runtime: "nodejs10.x"
zip: "cloudfront-folders.js"
publish: true
on:
branch: deploy
- provider: lambda
access_key_id: $AWS_S3_ACCESS_KEY_ID
secret_access_key: $AWS_S3_SECRET_ACCESS_KEY
Expand All @@ -31,3 +33,5 @@ deploy:
runtime: "nodejs10.x"
zip: "cloudfront-headers.js"
publish: true
on:
branch: deploy

0 comments on commit 4763809

Please sign in to comment.